home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Contrib
/
STk-wtour
/
lessons
/
frame3.stk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-12
|
234 b
|
7 lines
;; Frames with different options
(pack
[frame '.f1 :relief "ridge" :borderwidth 3 :width 100 :height 30]
[frame '.f2 :relief "groove" :borderwidth 3 :width 100 :height 30]
:side "top" :expand #t :fill "both" :padx 20 :pady 20)